home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / AIncludes / Prefs.a < prev    next >
Text File  |  1996-05-01  |  733b  |  32 lines

  1. ;
  2. ;    File:        Prefs.a
  3. ;
  4. ;    Contains:    Prefs Manager Interfaces.
  5. ;
  6. ;    Version:    Technology:    Some
  7. ;                Release:    Universal Interfaces 3.0d3 on Copland DR1
  8. ;
  9. ;    Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10. ;
  11. ;    Bugs?:        If you find a problem with this file, send the file and version
  12. ;                information (from above) and the problem description to:
  13. ;
  14. ;                    Internet:    apple.bugs@applelink.apple.com
  15. ;                    AppleLink:    APPLE.BUGS
  16. ;
  17. ;
  18.     IF &TYPE('__PREFS__') = 'UNDEFINED' THEN
  19. __PREFS__ SET 1
  20.  
  21.     IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
  22.     include 'Types.a'
  23.     ENDIF
  24.     IF &TYPE('__FILES__') = 'UNDEFINED' THEN
  25.     include 'Files.a'
  26.     ENDIF
  27.     IF &TYPE('__COLLECTIONS__') = 'UNDEFINED' THEN
  28.     include 'Collections.a'
  29.     ENDIF
  30.     ENDIF ; __PREFS__ 
  31.  
  32.